From: Jim Blandy Date: Thu, 25 Mar 1993 02:16:10 +0000 (+0000) Subject: * xfns.c [VMS]: Get the gray_bits from [.bitmaps]gray.xbm. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~96705 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=0a93081cd207d299ebef3946dbf67489714301a4;p=emacs.git * xfns.c [VMS]: Get the gray_bits from [.bitmaps]gray.xbm. --- diff --git a/src/xfns.c b/src/xfns.c index 796231c64dd..6b43d198667 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -37,7 +37,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #ifdef HAVE_X_WINDOWS extern void abort (); +#ifndef VMS #include +#else +#include "[.bitmaps]gray.xbm" +#endif #define min(a,b) ((a) < (b) ? (a) : (b)) #define max(a,b) ((a) > (b) ? (a) : (b))